You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > Statistics.TiedRanks Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.TiedRanks Method

Tied ranks for vector elements.

Syntax
C#
Visual Basic
public static void TiedRanks([In] TVec Data, [In] TVec rks, out double Adjustment);
Parameters 
Description 
[In] TVec Data 
Defines data for rank calculation. 
[In] TVec rks 
Returns data ranks for all elements. If some data elements are tied, the average ranks will be returned. 
out double Adjustment 
The adjustment for ties. 

Calculates the ranks of elements in Data vector elements. If some data elements are tied, routine calculates their average rank.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!